home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 1
/
The Arsenal Files (Arsenal Computer).ISO
/
novell
/
l11i01.exe
/
CLOSEFIL.PAT
next >
Wrap
Text File
|
1993-02-03
|
1KB
|
30 lines
TARGET=C:\NWLITE\SERVER.EXE
LIST
print "CLOSEFIL.PAT - NetWare Lite v1.1 Italian Server close file handles fix patch.\n"
VERIFY
va = search ( B9 20 00 B8 00 00 80 3F 00 75
07 E9 72 37 E2 F6 checksum 636 )
if va=1FD1 then
print " $TARGET already contains patch CLOSEFIL.PAT.\n"
stop
else
print " $TARGET does not contain patch CLOSEFIL.PAT.\n"
endif
APPLY
print " Applying patch CLOSEFIL.PAT to $TARGET...\n"
vb = search ( B9 08 00 B8 00 00 80 3F 00 75
07 05 08 00 E2 F6 checksum 499 )
if vb=1FD1 then
patch 1FD2 ( 20 checksum 20 )
patch 1FDC ( E9 72 37 checksum 192 )
patch 5751 ( 05 08 00 43 E9 87 C8 checksum 288 )
write
print " $TARGET now contains patch CLOSEFIL.PAT.\n"
stop
else
print " Could not find pattern indicating that $TARGET\n"
print " needs this patch. Make sure you are using this\n"
print " patch with NetWare Lite SERVER.EXE, Italian version 1.1 \n"
stop
endif